home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / earthmap / _earthmap / maps / getpar / c / getpar_ < prev    next >
Encoding:
Text File  |  1989-04-01  |  1.2 KB  |  38 lines

  1. /*
  2.  *
  3.  *  source file:   ./filters/loclib/getpar_.c
  4.  *
  5.  * Joe Dellinger (SEP), June 11 1987
  6.  *    Inserted this sample edit history entry.
  7.  *    Please log any further modifications made to this file:
  8.  */
  9.  
  10. /*
  11. clayton        1981    wrote getpar
  12. hale        1982    ?  INPAR?
  13. JFC        1-22-83    stdin copied to stdout and parsed first.
  14. ron        1-28-83 allow for multiple names of a variable
  15. ron        2-1-83  does not count entries where there is no
  16.             argument as being found
  17. ron        2-2-83  changed the stdin read from character by character
  18.             to line by line
  19. ron        2-4-83    altered the stdin read to not keep lines starting
  20.             with '#'
  21. JFC        2-7-83  hetch introduced
  22. ron        2-8-83  split up the text file of getpar and fetch
  23. ron        2-15-83 added count_found so that the routines in fetch and
  24.             getpar would use the same found.
  25. ron        2-23-83 added save_get and getm_getsav so that only the last
  26.             parameter is used.
  27. ron        2-25-83 fixed getpar so that it can do recursive par= in
  28.             par files. The limit in depth of the calls is
  29.             MAXPARLEVEL.
  30. stew        3-5-83  defined getpar() as alias for getpar_()
  31. stew        7-14-83 added err and perror diagnostics
  32. stew        1-8-86  compatibility with fast getpar
  33. joe        2-25-88 Don't repeat code between here and getpar
  34. */
  35.  
  36. #define GETPARSYNONYM getpar_
  37. #include "getpar.c"
  38.